Skip to content

Conversation

asimmahmood1
Copy link
Contributor

Description

This skip_list param was introduced in 3.3.0, so any index created since then will have skip_list set to true. This way older indexes with @timestamp or index sort date field will continue to remain zero.

This way new indexes can take advantage of the performance enhancement in date histogram aggregation.

This is proper fix compared to #19661

Testing

Manually tested appending to big5 index created using 3.2.0.

Looking at how to add a bwc integ test. Existing ones do not have date field.

Related Issues

Fixes #19660

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@asimmahmood1 asimmahmood1 force-pushed the fix_skiplist_default_bwc branch from 6845052 to 87f8eca Compare October 17, 2025 04:11
Copy link
Contributor

❌ Gradle check result for 87f8eca: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@asimmahmood1 asimmahmood1 marked this pull request as draft October 17, 2025 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Upgrade from 2.19.2 to 3.3.0 failed

1 participant